runtime.gobuf.pc (field)
27 uses
runtime (current package)
heapdump.go#L348: pc = gp.sched.pc
mbitmap.go#L1475: for u.initAt(gp.m.curg.sched.pc, gp.m.curg.sched.sp, 0, gp.m.curg, 0); u.valid(); u.next() {
panic.go#L1128: gp.sched.pc = pc
proc.go#L1587: gp.sched.pc = getcallerpc()
proc.go#L2114: gp.sched.pc = abi.FuncPCABI0(goexit) + sys.PCQuantum
proc.go#L2119: gp.syscallpc = gp.sched.pc
proc.go#L3808: f := findfunc(gp.sched.pc)
proc.go#L3944: gp.sched.pc = pc
proc.go#L4111: gp.syscallpc = gp.sched.pc
proc.go#L4530: newg.sched.pc = abi.FuncPCABI0(goexit) + sys.PCQuantum // +PCQuantum so that previous instruction is in same function
runtime2.go#L337: pc uintptr
stack.go#L975: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
stack.go#L985: gp.syscallpc = morebuf.pc
stack.go#L987: f := findfunc(gp.sched.pc)
stack.go#L990: pcoff = gp.sched.pc - f.entry()
stack.go#L994: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L995: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L998: traceback(morebuf.pc, morebuf.sp, morebuf.lr, gp)
stack.go#L1003: thisg.m.morebuf.pc = 0
stack.go#L1045: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L1046: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L1084: if f := findfunc(gp.sched.pc); f.valid() {
sys_x86.go#L19: *(*uintptr)(unsafe.Pointer(sp)) = buf.pc
sys_x86.go#L21: buf.pc = uintptr(fn)
trace.go#L990: pcBuf[1] = curgp.sched.pc
traceback.go#L161: pc0 = gp.sched.pc
traceback.go#L300: frame.pc = gp.sched.pc
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |